runtime.gcBitsArena.tryAlloc (method)
5 uses
runtime (current package)
mheap.go#L2125: func (b *gcBitsArena) tryAlloc(bytes uintptr) *gcBits {
mheap.go#L2147: if p := head.tryAlloc(bytesNeeded); p != nil {
mheap.go#L2157: if p := gcBitsArenas.next.tryAlloc(bytesNeeded); p != nil {
mheap.go#L2167: if p := gcBitsArenas.next.tryAlloc(bytesNeeded); p != nil {
mheap.go#L2178: p := fresh.tryAlloc(bytesNeeded)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |